From 4d68cba9cfbd19cd0d8faf437720c780c8bf0545 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Fri, 8 Dec 2006 10:57:14 +0000 Subject: [PATCH] One more doc-comment update. Signed-off-by: Ewan Mellor --- tools/libxen/include/xen_vm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxen/include/xen_vm.h b/tools/libxen/include/xen_vm.h index 522029f5ee..a0491ce2e6 100644 --- a/tools/libxen/include/xen_vm.h +++ b/tools/libxen/include/xen_vm.h @@ -198,14 +198,14 @@ xen_vm_record_opt_set_free(xen_vm_record_opt_set *set); /** - * Get the current state of the given VM. !!! + * Get a record containing the current state of the given VM. */ extern bool xen_vm_get_record(xen_session *session, xen_vm_record **result, xen_vm vm); /** - * Get a reference to the object with the specified UUID. !!! + * Get a reference to the VM instance with the specified UUID. */ extern bool xen_vm_get_by_uuid(xen_session *session, xen_vm *result, char *uuid); -- 2.30.2